home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 November / EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso / earcd / gfx / vtdevel3.lha / Include / graphics / rpattr.i < prev    next >
Text File  |  1992-09-24  |  589b  |  23 lines

  1.     IFND GRAPHICS_RPATTR_H
  2. GRAPHICS_RPATTR_H set 1
  3.  
  4. **
  5. **    $VER: rpattr.i 39.1 (19.05.92)
  6. **    Includes Release 39.108
  7. **
  8. **    tag definitions for GetRPAttr, SetRPAttr
  9. **
  10. **
  11.  
  12. RPTAG_Font        equ    $80000000    ; get/set font
  13. RPTAG_APen        equ    $80000002    ; get/set apen
  14. RPTAG_BPen        equ    $80000003    ; get/set bpen
  15. RPTAG_DrMd        equ    $80000004    ; get/set draw mode
  16. RPTAG_OutLinePen    equ    $80000005    ; get/set outline pen
  17. RPTAG_WriteMask    equ    $80000006    ; get/set WriteMask
  18. RPTAG_MaxPen        equ    $80000007    ; get/set maxpen
  19.  
  20. RPTAG_DrawBounds    equ    $80000008    ; *get-only* rastport draw bounds. pass &rect
  21.  
  22.     endc    ; GRAPHICS_RPATTR_H
  23.